Vercel
API ReferenceChats

Download Chat Files

Downloads the source files for a chat as a ZIP archive.

GET/v2/chats/{chatId}/files/download

Usage

TypeScript Example
import { v0 } from 'v0-sdk'const result = await v0.chats.downloadFiles({  chatId: 'chat_abc123',})console.log(result)

API Signature

Request

Path Parameters

chatId: string

The unique identifier of the chat.

On this page